home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-498.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  74 lines

  1. # This script was automatically generated from the dsa-498
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Steve Grubb discovered a problem in the Portable Network Graphics
  12. library libpng which is utilised in several applications.  When
  13. processing a broken PNG image, the error handling routine will access
  14. memory that is out of bounds when creating an error message.
  15. Depending on machine architecture, bounds checking and other
  16. protective measures, this problem could cause the program to crash if
  17. a defective or intentionally prepared PNG image file is handled by
  18. libpng.
  19. This could be used as a denial of service attack against various
  20. programs that link against this library.  The following commands will
  21. show you which packages utilise this library and whose programs should
  22. probably restarted after an upgrade:
  23.  
  24.    apt-cache showpkg libpng2
  25.    apt-cache showpkg libpng3
  26.  
  27.  
  28. The following security matrix explains which package versions will
  29. contain a correction.
  30. We recommend that you upgrade your libpng and related packages.
  31.  
  32.  
  33. Solution : http://www.debian.org/security/2004/dsa-498
  34. Risk factor : High';
  35.  
  36. if (description) {
  37.  script_id(15335);
  38.  script_version("$Revision: 1.4 $");
  39.  script_xref(name: "DSA", value: "498");
  40.  script_cve_id("CAN-2004-0421");
  41.  script_bugtraq_id(10244);
  42.  
  43.  script_description(english: desc);
  44.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  45.  script_name(english: "[DSA498] DSA-498-1 libpng");
  46.  script_category(ACT_GATHER_INFO);
  47.  script_family(english: "Debian Local Security Checks");
  48.  script_dependencies("ssh_get_info.nasl");
  49.  script_require_keys("Host/Debian/dpkg-l");
  50.  script_summary(english: "DSA-498-1 libpng");
  51.  exit(0);
  52. }
  53.  
  54. include("debian_package.inc");
  55.  
  56. w = 0;
  57. if (deb_check(prefix: 'libpng-dev', release: '3.0', reference: '1.2.1-1.1.woody.5')) {
  58.  w ++;
  59.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libpng-dev is vulnerable in Debian 3.0.\nUpgrade to libpng-dev_1.2.1-1.1.woody.5\n');
  60. }
  61. if (deb_check(prefix: 'libpng2', release: '3.0', reference: '1.0.12-3.woody.5')) {
  62.  w ++;
  63.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libpng2 is vulnerable in Debian 3.0.\nUpgrade to libpng2_1.0.12-3.woody.5\n');
  64. }
  65. if (deb_check(prefix: 'libpng2-dev', release: '3.0', reference: '1.0.12-3.woody.5')) {
  66.  w ++;
  67.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libpng2-dev is vulnerable in Debian 3.0.\nUpgrade to libpng2-dev_1.0.12-3.woody.5\n');
  68. }
  69. if (deb_check(prefix: 'libpng3', release: '3.0', reference: '1.2.1-1.1.woody.5')) {
  70.  w ++;
  71.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libpng3 is vulnerable in Debian 3.0.\nUpgrade to libpng3_1.2.1-1.1.woody.5\n');
  72. }
  73. if (w) { security_hole(port: 0, data: desc); }
  74.